DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / DescendantsAndSelf Method / DescendantsAndSelf(View<XElement>,XName) Method

In This Topic
    DescendantsAndSelf(View<XElement>,XName) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function DescendantsAndSelf( _
       ByVal view As View(Of XElement), _
       ByVal name As XName _
    ) As View(Of XElement)
    public static View<XElement> DescendantsAndSelf( 
       View<XElement> view,
       XName name
    )

    Parameters

    view
    name
    See Also